crypto/internal/fips140/ecdsa.PublicKey.q (field)
6 uses
crypto/internal/fips140/ecdsa (current package)
cast.go#L21: q: []byte{
ecdsa.go#L38: q []byte // uncompressed nistec Point.Bytes output
ecdsa.go#L42: return pub.q
ecdsa.go#L181: return &PublicKey{curve: c.curve, q: Q}, nil
ecdsa.go#L198: q: Q.Bytes(),
ecdsa.go#L444: Q, err := c.newPoint().SetBytes(pub.q)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)